Skip to main content

📋 CSV Table

The CSV Table action allows you to create a comma-separated-value (CSV) formatted table from an array containing JSON objects. This makes it easy to export or share tabular data in a widely supported format.


Configuration​

  • CSV Table Name: Enter a name for the CSV table. This will be used as an identifier for the output.
  • Source Array: Select the array or column containing the JSON objects to convert into a CSV table.

Features​

  • Converts JSON arrays into CSV formatted tables.
  • Supports exporting structured data for reporting or integration.
  • Simplifies sharing data in a common, portable format.

Use Cases​

  • Export data from Pageflows to CSV files or emails.
  • Prepare tabular data for use in spreadsheets or databases.
  • Convert JSON responses into human-readable tables.
  • Generate CSV data for integrations with other systems.

Notes​

  • Ensure the Source Array contains valid JSON objects with consistent structure.
  • The CSV Table Name helps reference the output in subsequent Pageflows steps.

Tip: Combine CSV Table with Select or Filter array actions to customize and prepare your data before export.